projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
471cdee
)
gtk-demo: Fix copy/paste error
author
Benjamin Otte
<otte@redhat.com>
Sun, 20 Mar 2016 04:32:35 +0000
(
05:32
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 20 Mar 2016 04:32:35 +0000
(
05:32
+0100)
http://www.viva64.com/en/b/0383/
demos/gtk-demo/offscreen_window2.c
patch
|
blob
|
history
diff --git
a/demos/gtk-demo/offscreen_window2.c
b/demos/gtk-demo/offscreen_window2.c
index 5c16c4051a0f9796cb08ed2c5ed1cbf7ab64f572..a9d1687087b71124f4000522528911b988502660 100644
(file)
--- a/
demos/gtk-demo/offscreen_window2.c
+++ b/
demos/gtk-demo/offscreen_window2.c
@@
-345,7
+345,7
@@
gtk_mirror_bin_get_preferred_height (GtkWidget *widget,
gtk_mirror_bin_size_request (widget, &requisition);
- *minimum = *natural = requisition.
width
;
+ *minimum = *natural = requisition.
height
;
}
static void